-
Notifications
You must be signed in to change notification settings - Fork 11
Rename rtvi-client-android to pipecat-client-android #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| */ | ||
| @Suppress("unused") | ||
| open class RTVIClient( | ||
| open class PipecatClient( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we are keeping RTVIClient in other platforms.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I made the changes before seeing Mark's comment in the Slack thread. Will change this back tomorrow morning.
| } | ||
|
|
||
| helper.registerVoiceClient(RegisteredRTVIClient(this, service)) | ||
| helper.registerVoiceClient(RegisteredPipecatClient(this, service)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for this one.
markbackman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.